home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Video Toaster 4.2
/
Video Toaster v4.2.iso
/
arexx
/
toasterpaint
/
makestill.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-12-22
|
383b
|
20 lines
/* MakeStill.rexx -- Make a FlyerStill */
/* By Bob Caron © 1995 NewTek Inc. */
/* This took HOURS to code... Sigh. */
parse arg InClipName","OutClipName","StartFrame","EndFrame
Address "DigiPaint"
options results
if InClipName="" & OutClipName="" then do
'Askb'"This only works;from process clip."
exit
end
do Field = 1 to 4
'Apfc'
end
'Iclp'
exit